home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / OEMNSVNB.IN_ / oemnsvnb.inf
INI File  |  1996-07-12  |  19KB  |  495 lines

  1. [Identification]
  2.     OptionType = NetService
  3. [Options]
  4.     NETBIOS
  5. [FileConstants]
  6. UtilityInf      = "UTILITY.INF"
  7. subroutineinf   = "SUBROUTN.INF"
  8. SoftwareType    = "service"
  9. Exit_Code       = 0
  10. NetEventDLL     = "%SystemRoot%\System32\netevent.dll"
  11. IoLogMsgDLL     = "%SystemRoot%\System32\IoLogMsg.dll"
  12. Manufacturer        = "Microsoft"
  13. ProductMajorVersion = "4"
  14. ProductMinorVersion = "0"
  15. ProductVersion      = $(ProductMajorVersion)"."$(ProductMinorVersion)
  16. ProductOpSupport    = 134 
  17. ProductSoftwareName     = "NetBIOS"
  18. ProductSoftwareImagePath = "\SystemRoot\System32\drivers\netbios.sys"
  19. NetRuleSoftwareType     = "netbios lmNetService"
  20. NetRuleSoftwareUse      = $(SoftwareType)" yes yes"
  21. NetRuleSoftwareBindForm = """Netbios"" yes yes container"
  22. ProductKeyName  = $(!NTN_SoftwareBase)"\"$(Manufacturer)"\"$(ProductSoftwareName)"\CurrentVersion"
  23. ParamKeyName    = $(!NTN_ServiceBase)"\"$(ProductSoftwareName)"\Parameters"
  24. NETBIOSInfoName = $(!NTN_ServiceBase)"\NetbiosInformation\Parameters"
  25. [GeneralConstants]
  26. from      = ""
  27. to        = ""
  28. ExitCodeOk     = 0
  29. ExitCodeCancel = 1
  30. ExitCodeFatal  = 2
  31. KeyNull         = ""
  32. MAXIMUM_ALLOWED   = 33554432
  33. RegistryErrorIndex = NO_ERROR
  34. KeyProduct      = ""
  35. KeyParameters   = ""
  36. TRUE            = 1
  37. FALSE           = 0
  38. NoTitle            = 0
  39. ExitState   = "Active"
  40. OldVersionExisted = $(FALSE)
  41. DriverPath      = $(!STF_NTPATH)\drivers
  42. [date]
  43.     Now = {} ? $(!LIBHANDLE) GetSystemDate
  44. [InfoDlg]
  45. DlgType = "MessageBox"
  46. STF_MB_TITLE = $(InfoMsgTitle)
  47. STF_MB_TEXT  = $(InfoMsgText)
  48. STF_MB_TYPE  = 1
  49. STF_MB_ICON  = 5
  50. STF_MB_DEF   = 1
  51. [Identify]
  52.     read-syms Identification
  53.     set Status     = STATUS_SUCCESSFUL
  54.     set Identifier = $(OptionType)
  55.     set Media      = #("Source Media Descriptions", 1, 1)
  56.     Return $(Status) $(Identifier) $(Media)
  57. [ReturnOptions]
  58.     set Status        = STATUS_FAILED
  59.     set OptionList     = {}
  60.     set OptionTextList = {}
  61.     set LanguageList = ^(LanguagesSupported, 1)
  62.     Ifcontains(i) $($0) in $(LanguageList)
  63.         goto returnoptions
  64.     else
  65.         set Status = STATUS_NOLANGUAGE
  66.         goto finish_ReturnOptions
  67.     endif
  68. returnoptions = +
  69.     set OptionList     = ^(Options, 1)
  70.     set OptionTextList = ^(OptionsText$($0), 1)
  71.     set Status         = STATUS_SUCCESSFUL
  72. finish_ReturnOptions = +
  73.     Return $(Status) $(OptionList) $(OptionTextList)
  74. [InstallOption]
  75.     set Option   = $($1)
  76.     set SrcDir   = $($2)
  77.     set AddCopy  = $($3)
  78.     set DoCopy   = $($4)
  79.     set DoConfig = $($5)
  80.     set LanguageList = ^(LanguagesSupported, 1)
  81.     Ifcontains(i) $($0) NOT-IN $(LanguageList)
  82.         Return STATUS_NOLANGUAGE
  83.     endif
  84.     Debug-Output "OEMNSVNB.INF: STF_CWDDIR is: "$(!STF_CWDDIR)
  85.     Debug-Output "OEMNSVNB.INF: STF_LANGUAGE is: "$(!STF_LANGUAGE)
  86.     set-subst LF = "\n"
  87.     read-syms GeneralConstants
  88.     read-syms FileConstants
  89.     read-syms DialogConstants$(!STF_LANGUAGE)
  90.     ifstr(i) $(!NTN_Origination) == "NCPA"
  91.         set Continue = $(OK)
  92.     endif
  93.     read-syms FileConstants$(!STF_LANGUAGE)
  94.     detect date
  95.     set-title  $(FunctionTitle)
  96.     set to   = Begin
  97.     set from = Begin
  98.     set CommonStatus = STATUS_SUCCESSFUL
  99.     EndWait
  100. Begin = +
  101.     Ifstr(i) $(!NTN_InstallMode) == deinstall
  102.         set StartLabel = removeadapter
  103.     else-Ifstr(i) $(!NTN_InstallMode) == Update
  104.         set StartLabel = UpgradeSoftware
  105.     else-Ifstr(i) $(!NTN_InstallMode) == bind
  106.         set StartLabel = bindingadapter
  107.     else-Ifstr(i) $(!NTN_InstallMode) == configure
  108.         set StartLabel = configureadapter
  109.     else
  110.         set StartLabel = installadapter
  111.     endif
  112.     set from = $(fatal)
  113.     set to = $(fatal)
  114.     goto $(StartLabel)
  115. installadapter = +
  116.     OpenRegKey $(!REG_H_LOCAL) "" $(ProductKeyName) $(MAXIMUM_ALLOWED) KeyProduct
  117.     Ifstr $(KeyProduct) != $(KeyNull)
  118.         CloseRegKey $(KeyProduct)
  119.         Shell $(UtilityInf), VerExistedDlg, $(ProductSoftwareTitle),+
  120.             $(ProductVersion)
  121.         ifint $($ShellCode) != $(!SHELL_CODE_OK)
  122.             Debug-Output "ShellCode error: cannot get an error string."
  123.             goto ShellCodeError
  124.         endif
  125.         goto end
  126.     endif
  127.     CloseRegKey $(KeyProduct)
  128.     goto nextstep
  129. configureadapter = +
  130.     OpenRegKey $(!REG_H_LOCAL) "" $(NETBIOSInfoName) $(MAXIMUM_ALLOWED) KeyNETBIOSInfo
  131.     ifstr(i) $(KeyNETBIOSInfo) == ""
  132.         debug-output "no binding information"
  133.         read-syms InfoDlgCantConfigure
  134.         goto infomsg
  135.     else
  136.         Set FLibraryErrCtl = 1
  137.         LibraryProcedure ResultList $(!NCPA_HANDLE), CPlNETBIOS, $(!STF_HWND)
  138.         Set FLibraryErrCtl = 0
  139.         Set Result = *($(ResultList),1)
  140.         Ifint $(Result) == 0
  141.             set CommonStatus = STATUS_SUCCESSFUL
  142.         Else-ifint $(Result) == 1223
  143.             set CommonStatus = STATUS_USERCANCEL
  144.         Else
  145.             set CommonStatus = STATUS_FAILED
  146.         Endif
  147.     endif
  148.     CloseRegKey $(KeyNETBIOSInfo)
  149.     goto successful
  150. nextstep = +
  151.     StartWait
  152.     ifstr(i) $(!NTN_InstallMode) == "install"
  153.         Ifstr(i) $(DoCopy) == "YES"
  154.            Shell $(UtilityInf), DoAskSource, $(!STF_CWDDIR), $(SrcDir) YES
  155.            Ifint $($ShellCode) != $(!SHELL_CODE_OK)
  156.                Goto ShellCodeError
  157.            Else-Ifstr(i) $($R0) == STATUS_FAILED
  158.                Shell $(UtilityInf) RegistryErrorString "ASK_SOURCE_FAIL"
  159.                ifint $($ShellCode) != $(!SHELL_CODE_OK)
  160.                    goto ShellCodeError
  161.                endif
  162.                set Error = $($R0)
  163.                Goto fatal
  164.            Else-Ifstr(i) $($R0) == STATUS_USERCANCEL
  165.                Goto successful
  166.            Endif
  167.            Set SrcDir = $($R1)
  168.         Endif
  169.         install "Install-Option"
  170.         ifstr(i) $(STF_INSTALL_OUTCOME) != STF_SUCCESS
  171.            Shell $(UtilityInf) RegistryErrorString "UNABLE_COPY_FILE"
  172.            ifint $($ShellCode) != $(!SHELL_CODE_OK)
  173.                goto ShellCodeError
  174.            endif
  175.            set Error = $($R0)
  176.            goto fatal
  177.         endif
  178.     endif
  179.     ifint $(OldVersionExisted) == $(FALSE)
  180.         set OEM_ABANDON_ON = TRUE
  181.         Shell $(UtilityInf), AddSoftwareComponent, +
  182.             $(Manufacturer), $(ProductSoftwareName), +
  183.             $(ProductSoftwareName), +
  184.             $(ProductSoftwareDisplayName), +
  185.             $(STF_CONTEXTINFNAME), $(ProductSoftwareImagePath), "system",+
  186.             "NetBIOSGroup", {"+TDI"}, "", $(IoLogMsgDLL)
  187.         ifint $($ShellCode) != $(!SHELL_CODE_OK)
  188.             goto ShellCodeError
  189.         endif
  190.         set RegistryErrorIndex = $($R0)
  191.         Ifstr(i) $(RegistryErrorIndex) != "NO_ERROR"
  192.             EndWait
  193.             CloseRegKey $($R1)
  194.             CloseRegKey $($R2)
  195.             CloseRegKey $($R3)
  196.             CloseRegKey $($R4)
  197.             CloseRegKey $($R5)
  198.             goto fatalregistry
  199.         endif
  200.         Set SoftProductKey      = $($R1)
  201.         Set SoftNetRuleKey      = $($R2)
  202.         CloseRegKey $($R3)
  203.         CloseRegKey $($R4)
  204.         CloseRegKey $($R5)
  205.         set NewValueList = {{SoftwareType,$(NoTitle),$(!REG_VT_SZ),$(SoftwareType)},+
  206.                            {MajorVersion,$(NoTitle),$(!REG_VT_DWORD),$(ProductMajorVersion)},+
  207.                            {MinorVersion,$(NoTitle),$(!REG_VT_DWORD),$(ProductMinorVersion)},+
  208.                            {Title,$(NoTitle),$(!REG_VT_SZ),$(ProductSoftwareTitle)},+
  209.                            {Description,$(NoTitle),$(!REG_VT_SZ),$(ProductSoftwareDescription)},+
  210.                            {ServiceName,$(NoTitle),$(!REG_VT_SZ),$(ProductSoftwareName)},+
  211.                            {OperationsSupport,$(NoTitle),$(!REG_VT_DWORD),$(ProductOpSupport)}, +
  212.                            {InstallDate,$(NoTitle),$(!REG_VT_DWORD),*($(Now),1)}}
  213.         Shell  $(UtilityInf), AddValueList, $(SoftProductKey), $(NewValueList)
  214.         ifint $($ShellCode) != $(!SHELL_CODE_OK)
  215.             goto ShellCodeError
  216.         endif
  217.         set RegistryErrorIndex = $($R0)
  218.         CloseRegKey $(SoftProductKey)
  219.         Ifstr(i) $(RegistryErrorIndex) != "NO_ERROR"
  220.             EndWait
  221.             CloseRegKey $(SoftNetRuleKey)
  222.             goto fatalregistry
  223.         endif
  224.         set NewValueList = {{type,$(NoTitle),$(!REG_VT_SZ),$(NetRuleSoftwareType)},+
  225.                             {use,$(NoTitle),$(!REG_VT_SZ),$(NetRuleSoftwareUse)}, +
  226.                             {bindform,$(NoTitle),$(!REG_VT_SZ),$(NetRuleSoftwareBindForm)}, +
  227.                             {InfOption,$(NoTitle),$(!REG_VT_SZ),$(Option)}}
  228.         Shell  $(UtilityInf), AddValueList, $(SoftNetRuleKey), $(NewValueList)
  229.         ifint $($ShellCode) != $(!SHELL_CODE_OK)
  230.             goto ShellCodeError
  231.         endif
  232.         set RegistryErrorIndex = $($R0)
  233.         CloseRegKey $(SoftNetRuleKey)
  234.         Ifstr(i) $(RegistryErrorIndex) != "NO_ERROR"
  235.             EndWait
  236.             goto fatalregistry
  237.         endif
  238.         LibraryProcedure DontCare $(!NCPA_HANDLE), CPlSetup $(!STF_HWND),+
  239.               SECURESVC, $(ProductSoftwareName), 3
  240.        Shell $(UtilityInf), RemoveService, "NetBIOSInformation", NO
  241.        Shell $(UtilityInf), CreateService, "NetBIOSInformation", "NetBIOSInformation", +
  242.              "", "adapter", "", {}, ""
  243.        Set RegistryErrorIndex = $($R0)
  244.        Ifstr(i) $(RegistryErrorIndex) != "NO_ERROR"
  245.            Debug-Output "OEMNSVNB.INF: ERROR creating NetBIOSInformation keys"
  246.            EndWait
  247.            goto fatalregistry
  248.        Endif
  249.        CloseRegKey $($R1)
  250.        CloseRegKey $($R2)
  251.        CloseRegKey $($R3)
  252.        OpenRegKey $(!REG_H_LOCAL) "" $(!NTN_ServiceBase)"\Messenger" $(MAXIMUM_ALLOWED) KeyMessenger
  253.        ifstr(i) $(KeyMessenger) != ""
  254.            GetRegValue $(KeyMessenger) "DependOnService" DependInfo
  255.            set Dependencies = *($(DependInfo),4)
  256.            ifcontains(i) "netbios" not-in $(Dependencies)
  257.                 ifstr(i) $(Dependencies) == {}
  258.                    set Dependencies = "NetBios"
  259.                else
  260.                    set Dependencies = >($(Dependencies),"NetBios")
  261.                endif
  262.                SetRegValue $(KeyMessenger) {"DependOnService",$(NoTitle),$(!REG_VT_MULTI_SZ),$(Dependencies)}
  263.            endif
  264.        endif
  265.        Shell $(UtilityInf) AddMixRpcProtocol "Netbios" "nbf" "ncacn_nb_nb" "rpcltccm.dll" "RpcLtScm.Dll"
  266.        Shell $(UtilityInf) AddMixRpcProtocol "Netbios" "nwlnkipx" "ncacn_nb_ipx" "rpcltccm.dll" "RpcLtScm.Dll"
  267.        Shell $(UtilityInf) AddMixRpcProtocol "Netbios" "tcpip" "ncacn_nb_tcp" "rpcltccm.dll" "RpcLtScm.Dll"
  268.        Shell $(UtilityInf), AddWinsockInfo, +
  269.             "NetBIOS", +
  270.             "%SystemRoot%\system32\wshnetbs.dll", +
  271.             20,20
  272.        set RegistryErrorIndex = $($R0)
  273.        Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
  274.            Debug-Output "OEMNSVNB.INF: Registry error: Add Winsock Info."
  275.        Endif
  276.     endif
  277.     goto writeparameters
  278. writeparameters = +
  279.     EndWait
  280.     goto successful
  281. bindingadapter =+
  282.    Debug-Output "OEMNSVNB.INF: for bindings review"
  283.    Goto successful
  284. removeadapter = +
  285.     Shell $(UtilityInf), RemoveSoftwareComponent, $(Manufacturer), +
  286.         $(ProductSoftwareName)
  287.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  288.         Debug-Output "ShellCode error"
  289.         goto ShellCodeError
  290.     endif
  291.     set RegistryErrorIndex = $($R0)
  292.     Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
  293.         goto fatalregistry
  294.     endif
  295.     Shell $(UtilityInf) RemoveRpcProtocol "ncacn_nb_nb"
  296.     Shell $(UtilityInf) RemoveRpcProtocol "ncacn_nb_ipx"
  297.     Shell $(UtilityInf) RemoveRpcProtocol "ncacn_nb_tcp"
  298.     Shell $(UtilityInf) RemoveRpcProtocol "ncacn_nb_xns"
  299.     Shell $(UtilityInf), RemoveService, "NetBIOSInformation", NO
  300.     Shell $(UtilityInf), RemoveWinsockInfo, "NetBIOS"
  301.     OpenRegKey $(!REG_H_LOCAL) "" $(!NTN_ServiceBase)"\Messenger" $(MAXIMUM_ALLOWED) KeyMessenger
  302.     ifstr(i) $(KeyMessenger) != ""
  303.         GetRegValue $(KeyMessenger) "DependOnService" DependInfo
  304.         set Dependencies = *($(DependInfo),4)
  305.         ifcontains(i) "netbios" in $(Dependencies)
  306.             set newDependencies = {}
  307.         ForListDo $(Dependencies)
  308.                 ifstr(i) $($) != "netbios"
  309.                     ifstr(i) $(newDependencies) == {}
  310.                         set newDependencies = {$($)}
  311.                     else
  312.                         set newDependencies = >($(newDependencies),$($))
  313.                     endif
  314.                 endif
  315.         EndForListDo
  316.         SetRegValue $(KeyMessenger) {"DependOnService",$(NoTitle),$(!REG_VT_MULTI_SZ),$(newDependencies)}
  317.         endif
  318.     endif
  319.     goto end
  320. UpgradeSoftware = +
  321.     OpenRegKey $(!REG_H_LOCAL) "" $(ProductKeyName) $(MAXIMUM_ALLOWED) KeyProduct
  322.     Ifstr $(KeyProduct) != $(KeyNull)
  323.         install "Install-Update"
  324.         ifstr(i) $(STF_INSTALL_OUTCOME) != STF_SUCCESS
  325.             goto fatal
  326.         endif
  327.         SetRegValue $(KeyProduct) {MajorVersion,$(NoTitle),$(!REG_VT_SZ),$(ProductMajorVersion)}
  328.         SetRegValue $(KeyProduct) {MinorVersion,$(NoTitle),$(!REG_VT_SZ),$(ProductMinorVersion)}
  329.         SetRegValue $(KeyProduct) {Description,$(NoTitle),$(!REG_VT_SZ),$(ProductSoftwareDescription)}
  330.         SetRegValue $(KeyProduct) {OperationsSupport,$(NoTitle),$(!REG_VT_DWORD),$(ProductOpSupport)}
  331.         Shell $(UtilityInf) AddMixRpcProtocol "Netbios" "nbf" "ncacn_nb_nb" "rpcltccm.dll" "RpcLtScm.Dll"
  332.         Shell $(UtilityInf) AddMixRpcProtocol "Netbios" "nwlnkipx" "ncacn_nb_ipx" "rpcltccm.dll" "RpcLtScm.Dll"
  333.         Shell $(UtilityInf) AddMixRpcProtocol "Netbios" "tcpip" "ncacn_nb_tcp" "rpcltccm.dll" "RpcLtScm.Dll"
  334.         LibraryProcedure Result, $(!LIBHANDLE), SetupChangeServiceStart, NetBIOS, 3
  335.         CloseRegKey $(KeyProduct)
  336.         OpenRegKey $(!REG_H_LOCAL) "" $(ParamKeyName)"\Winsock" $(MAXIMUM_ALLOWED) WinsockKey
  337.         Ifstr $(WinsockKey) != $(KeyNull)
  338.             CloseRegKey $(WinsockKey)
  339.             Shell $(UtilityInf) UpdateWinsockMappings "NetBIOS" "%SystemRoot%\system32\wshnetbs.dll"
  340.             ifstr(i) $($R0) != NO_ERROR
  341.                 goto fatalregistry
  342.             endif
  343.         else
  344.             Shell $(UtilityInf), AddWinsockInfo, +
  345.                 "NetBIOS", +
  346.                 "%SystemRoot%\system32\wshnetbs.dll", +
  347.                 20,20
  348.             set RegistryErrorIndex = $($R0)
  349.             Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
  350.                 Debug-Output "OEMNSVNB.INF: Registry error: Add Winsock Info."
  351.             Endif
  352.         Endif
  353.     else
  354.         goto fatalregistry
  355.     endif
  356.     goto end
  357. successful = +
  358.     goto end
  359. infomsg =+
  360.    read-syms InfoDlg
  361.    ui start "Warning"
  362.    set CommonStatus = STATUS_USERCANCEL
  363.    goto end
  364. warning = +
  365.     Shell $(subroutineinf) SetupMessage, $(!STF_LANGUAGE), "WARNING", $(Error)
  366.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  367.         goto ShellCodeError
  368.     endif
  369.     ifstr(i) $($R1) == "OK"
  370.         goto $(to)
  371.     else-ifstr(i) $($R1) == "CANCEL"
  372.         goto $(from)
  373.     else
  374.         goto "end"
  375.     endif
  376. nonfatal = +
  377.     ifstr(i) $(Error) == ""
  378.         Shell $(UtilityInf) RegistryErrorString "SETUP_FAIL"
  379.         ifint $($ShellCode) != $(!SHELL_CODE_OK)
  380.             goto ShellCodeError
  381.         endif
  382.         set Error = $($R0)
  383.     endif
  384.     Shell $(subroutineinf) SetupMessage, $(!STF_LANGUAGE), "NONFATAL", $(Error)
  385.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  386.         goto ShellCodeError
  387.     endif
  388.     ifstr(i) $($R1) == "OK"
  389.         goto $(from)
  390.     else
  391.         goto "end"
  392.     endif
  393. fatalregistry = +
  394.     Shell $(UtilityInf) RegistryErrorString $(RegistryErrorIndex)
  395.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  396.         goto ShellCodeError
  397.     endif
  398.     set Error = $($R0)
  399.     goto fatal
  400. fatal = +
  401.     ifstr(i) $(Error) == ""
  402.         Shell $(UtilityInf) RegistryErrorString "SETUP_FAIL"
  403.         ifint $($ShellCode) != $(!SHELL_CODE_OK)
  404.             goto ShellCodeError
  405.         endif
  406.         set Error = $($R0)
  407.     endif
  408.     Shell $(subroutineinf) SetupMessage, $(!STF_LANGUAGE), "FATAL", $(Error)
  409.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  410.         goto ShellCodeError
  411.     endif
  412.     goto setfailed
  413. ShellCodeError = +
  414.     set DlgType      = "MessageBox"
  415.     set STF_MB_TITLE = $(ShellCodeErrorTitle)
  416.     set STF_MB_TEXT  = $(ShellCodeErrorText)
  417.     set STF_MB_TYPE  = 1
  418.     set STF_MB_ICON  = 3
  419.     set STF_MB_DEF   = 1
  420.     ui start "Error Message"
  421.     goto setfailed
  422. setfailed = +
  423.     set CommonStatus = STATUS_FAILED
  424.     ifstr(i) $(OEM_ABANDON_ON) == TRUE
  425.         set OEM_ABANDON_ON = FALSE
  426.         goto removeadapter
  427.     endif
  428.     goto end
  429. end = +
  430.     goto term
  431. term = +
  432.     Return $(CommonStatus)
  433. [Install-Option]
  434.     set STF_VITAL = ""
  435.     ifstr(i) $(AddCopy) == "YES"
  436.         AddSectionFilesToCopyList Files-$(Option) $(SrcDir) $(!STF_WINDOWSSYSPATH)\drivers
  437.     endif
  438.     ifstr(i) $(DoCopy) == "YES"
  439.        set !STF_NCPA_FLUSH_COPYLIST = TRUE
  440.        CopyFilesInCopyList
  441.     endif
  442.     ifstr(i) $(DoConfig) == "YES"
  443.     endif
  444.     Exit
  445. [Install-Update]
  446.    set STF_VITAL        = ""
  447.    set STF_OVERWRITE    = "VERIFYSOURCEOLDER"
  448.    AddSectionFilesToCopyList Files-$(Option) $(SrcDir) $(!STF_WINDOWSSYSPATH)\drivers
  449.    exit
  450. [Source Media Descriptions]
  451.     1 = "Windows NT Server CD-ROM", TAGFILE = cdrom_s.40
  452. [Signature]
  453.     FileType = MICROSOFT_FILE
  454. [GetSignature]
  455.     read-syms Signature
  456.     return $(FileType)
  457. [ProductType]
  458. STF_PRODUCT  = LanmanNT
  459. STF_PLATFORM = I386
  460. [Files-Inf]
  461. 2,    oemsetup.inf,     SIZE=1000,    RENAME=$(!UG_Filename)
  462. [Files-NETBIOS]
  463. 1,NETBIOS.SYS , SIZE=999
  464. [LanguagesSupported]
  465.     ENG
  466. [OptionsTextENG]
  467.     NETBIOS     = "NetBIOS Interface"
  468. [FileConstantsENG]
  469. ProCaption   = "Windows NT Setup"
  470. ProCancel    = "Cancel"
  471. ProCancelMsg = "Windows NT Networking is not correctly installed.  "+
  472.                "Are you sure you want to cancel copying files?"
  473. ProCancelCap = "Network Setup Message"
  474. ProText1     = "Copying:"
  475. ProText2     = "To:"
  476. FunctionTitle   = "NetBIOS Interface Setup"
  477. ProductSoftwareDescription      = "Defines a software interface and naming convention for Microsoft networking."
  478. ProductSoftwareDisplayName = "NetBIOS Interface"
  479. ProductSoftwareTitle    = "NetBIOS Interface"
  480. ShellCodeErrorTitle     = "Error: "$(FunctionTitle)
  481. ShellCodeErrorText      = "Shell Code Error."
  482. [DialogConstantsENG]
  483. Help        = "&Help"
  484. Exit        = "Cancel"
  485. OK          = "OK"
  486. HelpContext = ""
  487. Continue    = "Continue"
  488. Cancel      = "Cancel"
  489. [FileDependentDlgENG]
  490. [InfoDlgCantConfigure]
  491. InfoMsgTitle = "Information Message"
  492. InfoMsgText = "The NETBIOS service is not currently configured to use any adapters."+
  493.     "  If you have just installed it, return to the Networks dialog and "+
  494.     "click OK."
  495.